home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00298.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  294 b   |  16 lines

  1. on exitFrame
  2.   global discsLoaded
  3.   if discsLoaded = 9 then
  4.     puppetSprite(18, 0)
  5.     puppetSprite(20, 0)
  6.     if the puppet of sprite 2 = 1 then
  7.       set the visible of sprite 2 to 1
  8.       updateStage()
  9.       puppetSprite(2, 0)
  10.     end if
  11.     go("END")
  12.   else
  13.     go("ON LOOP")
  14.   end if
  15. end
  16.